home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / musiCutter 0.7.1 / readme.txt < prev    next >
Encoding:
Text File  |  2002-07-22  |  3.1 KB  |  62 lines

  1. **********************************************
  2. *                                            *
  3. *  musiCutter                                *
  4. *                                            *
  5. *  MPEG audio and Ogg Vorbis cutter & joiner *
  6. **********************************************
  7. (c) Macik <macik@europe.com>
  8.  
  9. MC related mails - musicutter@host.sk
  10. MC homepage - http://musicutter.host.sk/
  11. MC online help - http://musicutter.host.sk/help/
  12.  
  13.  
  14. An Mp3 file consists of thousands of frames. Each frame is about 30 milisecons long.
  15. This application allows you to split one mp3 file into more mp3s exactly between frames. 
  16.  
  17. You can rip a whole CD as one wav, and then encode it as one mp3 and split it. Using gapless mp3player you'll get virtually gapless output.
  18.  
  19. Due to the format of mp3, small parts of frame data may be stored in the previous frame (bit reservoir).
  20.  
  21. If mp3 parts are chained before they are decoded, you'll get "TRUE" gapless output, but AFAIK there is no player using this method. 
  22. Today gapless players are decoding mp3 and then concatenating - you'll get "NEAR"  gapless output, 
  23. because data in the bit reservoir will be lost (gaps should be inaudible). If you need original mp3,
  24. you concatenate these parts and you'll get original mp3.
  25.  
  26.  
  27. What to do:
  28.  
  29.   Cutting:
  30.         1. Select page "Cut points"
  31.     2. Select mp3 or ogg file to split in upper part of window
  32.     3. Optionally adjust the output directory
  33.         4. Fill "Start" and "FileName" in the grid either manually using "Add" button or import the values form CUE sheet or XMCD file or plain text using button "Import from file..."
  34.     5. Hit "Cut now!" button
  35.     Note: If the FileName of the cut point is empty, the fragment is skipped & not written to disk.
  36.     Note: If you are going to cut an .ogg file and click "Cut now!" while holding shift, the batch file will be created instread of executing the vcut.exe. Then you have to run the batch file manually. Use this to track down the possible errors.
  37.  
  38.   Joining:
  39.     1. Select page "Files to join"
  40.     2. Select files in upper part of window
  41.     3. Use buttons Add/Delete to manage files in list
  42.     4. You can reorder the files in list using mouse (drag&drop)
  43.     5. Adjust "Output filename" if neccessary
  44.     6. Hit "Join now!" button
  45.  
  46.  
  47. MP3 files are joined carefully, VBR headers are skipped and ID3 tags are removed and all invalid frames are not copyied. If frame is incomplete (common case - the last frame of most mp3 files is usually shorter than it should be), it is padded with zeros to have correct length.
  48.  
  49. Ogg files are joined simply as with "copy /b file1.ogg+file2.ogg result.ogg". The result is .ogg file containing "chained bitstreams" which is 100% valid, but unfortunately vcut.exe can't handle it further.
  50.  
  51. Ogg files are cut by vcut.exe, at present there is limitation - vcut.exe can't handle "chained ogg bitstreams" - it will show an error when you try to cut such a .ogg file.
  52.  
  53.  
  54. Original files will _not_ be deleted, so don't hesistate to experiment.
  55.  
  56.  
  57. Email me what you want to see in next versions, bugs, hints, ...
  58. Bye,
  59.         Macik
  60.  
  61.  
  62. NOTE: English is not my native, so please help me with this text...